Approximate Bayesian computation (ABC) is a family of computational techniques in Bayesian statistics. These simulation techniques operate on summary data (such as population mean, or variance) to make broad inferences with less computation than might be required if all available data were analyzed in detail. They are especially useful in situations where evaluation of the likelihood is computationally prohibitive, or whenever suitable likelihoods are not available.
ABC methods originated in population and evolutionary genetics [1][2] but have recently also been introduced to the analysis of complex and stochastic dynamical systems.[3]
Contents |
In standard Bayesian inference the posterior distribution is given by
where are the parameters of a probability model, are the observed data, and is the prior distribution of the parameters . is the likelihood of , that is the probability of observing the data given the model with parameter .
The explicit evaluation of the likelihood is avoided in ABC approaches by considering distances between observed and data simulated from a model with parameter . For sufficiently complex models and large data sets the probability of happening upon a simulation run that yields precisely the same dataset as the one observed will be very small, often unacceptably so. So rather than considering the data we consider a summary statistic of the data, , and use a distance between the summary statistics of real and simulated data, and , respectively.
The generic ABC approach to infer the posterior probability distribution of a parameter is as follows:
For sufficiently small the ABC procedure should deliver a good approximation to the true posterior, in particular if the summary statistic is a sufficient statistic of the probability model. If sufficient statistics do not exist or are hard to come by, setting up a satisfying and efficient ABC approach can be challenging.
The generic procedure outlined above can be computationally inefficient but ABC and likelihood-free inferential procedures can be combined with the standard computational approaches used in Bayesian inference such as Markov chain Monte Carlo [4][5] and Sequential Monte Carlo method [3] approaches. In these frameworks ABC can be used to tackle otherwise computationally intractable problems.
While ABC and related likelihood-free methods have overwhelmingly been employed for parameter estimation, they can also be used for model selection, as the whole apparatus of Bayesian model selection can be adapted to the ABC framework.[6]
An increasing number of software implementations of ABC approaches exist.[7][8][9]
Recent advances in ABC methodology, computational implementations and applications are discussed at the ABC in ... meetings:
DIYABC : "Do it yourself ABC".
ABC SysBio : A Tool for parameter inference and model selection in systems biology (see also Theoretical Background).
ABC Toolbox: Inference for Population Genetics.
msBayes : Comparative phylogeographic inference